Release 10.1A: OpenEdge Data Management:
SQL Reference
LCASE
Returns the result of the argument character expression after converting all the characters to lowercase.
LCASEis the same asLOWERbut provides ODBC-compatible syntax.Syntax
Example
This example illustrates the
LCASEfunction:
Notes
- The argument to the function must be of type
CHARACTER.- The result is of type
CHARACTER.- If the argument expression evaluates to
NULL, the result isNULL.- A
char_expressionand the result can contain multi-byte characters. The lowercase conversion is determined by the case table in theconvmapfile. The default case table isBASIC.Compatibility
ODBC compatible
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |